Error resolution // Résolution d'erreur
Keyboard blocked on text white // Texte de clavier bloqué en blanc

Unity

[Unity] Keyboard blocked on text white



1. Go in your Plugins/Android folder, you may have an Android Manifest file
2. Open it, there you should see the <application> section at the 3rd or 4th line
  • It should look a lot like this <application android:icon="@drawable/app_icon" android:label="@string/app_name" android:debuggable="false">
3. Just add the following line before the ">"
  • android:theme="@style/UnityThemeSelector"
4. And it will solve the problem


Error resolution

[Error resolution] Texte de clavier bloqué en blanc



1. Allez dans votre dossier Plugins / Android, vous pouvez avoir un fichier manifeste Android
2. Ouvrez-le, vous devriez voir la section <application> à la 3ème ou 4ème ligne
  • Cela devrait ressembler beaucoup à ceci <application android:icon="@drawable/app_icon" android:label="@string/app_name" android:debuggable="false">
3. Ajoutez simplement la ligne suivante avant le ">"
  • android:theme="@style/UnityThemeSelector"
4. Et cela résoudra le problème